Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRowColCollection<T> Class / Clear Method


In This Topic
    Clear Method
    In This Topic
    Removes all items from the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
     
    instance.Clear()
    public void Clear()
    See Also